chore: align cross-doc inconsistencies and drop stray debug code#12
Merged
jasonchen922 merged 1 commit intoMay 28, 2026
Merged
Conversation
Docs: - CLAUDE.md: replace inaccurate "frontend codebase is not opensourced" with the explicit "frontend source code is not in this public repository" callout used in .github/copilot-instructions.md; update compose service list to nginx/frontend/backend/core/mysql/redis/kafka/ seaweedfs/qdrant. - README.md: change "three core roles" to "four core roles" (add Developer, aligning with docs/overview.md); expand compose service list to the full set; fix repo casing microsoft/sico -> microsoft/Sico; add "local development only" note next to the seeded operator credentials. - docs/quickstart.md, docs/roadmap.md, .github/ISSUE_TEMPLATE/config.yml, examples/knowledge/create_link_document.py: fix repo casing microsoft/sico -> microsoft/Sico; add the same "local dev only" note to quickstart's seeded account section. - SECURITY.md: add MSRC (msrc.microsoft.com / secure@microsoft.com) as the preferred reporting channel; keep GitHub PVR as an alternative and leave the rest of the policy untouched. Core hygiene: - core/app/biz/chat/service.py: remove stray print(prompt) debug line. - core/README.md: delete obsolete top-level README (no docs link here).
This was referenced May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs:
with the explicit "frontend source code is not in this public
repository" callout used in .github/copilot-instructions.md; update
compose service list to nginx/frontend/backend/core/mysql/redis/kafka/
seaweedfs/qdrant.
Developer, aligning with docs/overview.md); expand compose service
list to the full set; fix repo casing microsoft/sico -> microsoft/Sico;
add "local development only" note next to the seeded operator
credentials.
examples/knowledge/create_link_document.py: fix repo casing
microsoft/sico -> microsoft/Sico; add the same "local dev only" note
to quickstart's seeded account section.
the preferred reporting channel; keep GitHub PVR as an alternative
and leave the rest of the policy untouched.
Core hygiene: